home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 73.dms / 73.adf / CAD Notes < prev    next >
Text File  |  2008-06-02  |  3KB  |  79 lines

  1.     This disk is freely distributable.  Give it (do NOT sell it)
  2. to someone you like.
  3. --------------------------------------------------------------------------
  4.     This is version 1.2.2 of mCAD, a shareware object-oriented drawing
  5. program.  If you use this program, I'd like you to send a donation of
  6. $20 to (me):
  7.  
  8.     Tim Mooney
  9.     120 Purefoy Rd.
  10.     Chapel Hill NC 27514
  11.  
  12.    Sending the donation renders you a registered user and entitles you to
  13. the source code, updates, and support.  If you want me to send the source,
  14. the latest version, or anything else that requires mailing you a disk,
  15. please send either a blank disk or an additional $5. 
  16.  
  17.     If you use mCAD and DON'T send a donation, you can discharge your
  18. moral obligation to me by writing/creating something USEFUL on the Amiga and
  19. releasing it into the public domain.  If you can't do either of these things
  20. then I feel pretty bad for you and hope your situation improves.
  21.  
  22.                     Sincerely,
  23.                     Tim Mooney    3/11/87
  24.  
  25. ----------------------------------------------------------------------------
  26.    Contents of this disk:
  27.  
  28.       mCAD        - the executable
  29.  
  30.       mCAD.doc    - documentation
  31.  
  32.       mCAD.rgb    - the color map read by mCAD at startup.  This file is
  33.                   over-written by mCAD when the user selects "Save Colors"
  34.                   from the "Color" menu.
  35.  
  36.       mCAD.txt    - the text font used by mCAD.  This is not an Amiga font;
  37.                   it is not a bit-mapped font, but a line-drawn one.
  38.    
  39.  
  40.       OptoDAC.cad - a sample mCAD file.
  41.  
  42.       part        - a subdirectory of mCAD files useable as parts (or as
  43.           drawings.)
  44.  
  45.       readme      - this file.
  46.  
  47.       sendplt     - a script file to be "Execute"ed.  This is used to send
  48.                   plotter files to a plotter.  This file only works for
  49.                   single-pen plotter files (files created in response to a
  50.                   "..1 Pen" selection from the "Project" menu.)  For
  51.                   multi-pen plotter files, simply copy the file to ser:.
  52.                   
  53.  
  54.       stage.cad   - a sample mCAD file.
  55.  
  56.       voltage_to_frequency.cad
  57.                   - a large sample mCAD file.  This file is near the limit
  58.                   of what a 512K Amiga (running the current version of mCAD
  59.                   and nothing else) can handle.
  60.  
  61. ----------------------------------------------------------------------------
  62.     Since the demo version of mCAD was distributed, I have modified two
  63. programs, which I had previously placed into the public domain, so that they
  64. can write mCAD input files.  The programs are:
  65.  
  66.     mp -    A program which extracts data from a text file and plots it
  67.         on a hires screen.  This is a pretty capable plotting
  68.         program which allows for line and point plots with error
  69.         bars.  Also the program is good at telling the difference
  70.         between text and data; you can, for example, plot the
  71.         content of tables of data in a report. 
  72.         
  73.     tdp -     A program which makes 3-D plots of data with hidden-line
  74.         removal, user-defined view point, etc. 
  75.  
  76. The above two programs are still in the public domain, of course.
  77.  
  78.  
  79.